Press Mouse Callback
This callback is invoked when a MousePressed event is about to be processed by the browser.
Return the proceed response to allow the browser to process the event.
Return the suppress response to suppress the event.
Important: the engine will be blocked until you return a response from the callback.
Types
Link copied to clipboard
interface Params
The parameters of the PressMouseCallback.
Link copied to clipboard
interface Response
A response of the PressMouseCallback.